CSharpTest.Net
CopyTo Method
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > BPlusTree<TKey,TValue> Class : CopyTo Method

array
arrayIndex

Glossary Item Box

Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index.

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal array() As KeyValuePair(Of TKey,TValue), _
   ByVal arrayIndex As Integer _
) 
C# 
public void CopyTo( 
   KeyValuePair<TKey,TValue>[] array,
   int arrayIndex
)

Parameters

array
arrayIndex

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys